flagged
Type
property
Summary
Underlines the chunk with a red dotted line.
Syntax
set the flagged of <fieldChunk> to {true | false}
Description
The flagged property of a field chunk specifies whether it is underlined with a red dotted line.
Examples
set the flagged of char 1 to 5 of field 1 to true
get the flagged of word 6 of field 1
put "one two three four five six seven eight nine ten eleven" into field 1
set the flagged of word 10 of field 1 to true
if the flagged of word 10 of field 1 is true then
answer "You have a mistake in your text"
end if
Related
property: styledText, metadata
Compatibility and Support
Introduced
LiveCode 5.5
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile